Represents a collection that is the result of an index search. Objects of this class are returned by the
IIndexScanner<(Of <(<'T>)>)> search methods. This class has a derived class IndexQuery<(Of <(<'T, TKey>)>)>
with specific type of the key used for the index search.
Namespace:
C1.LiveLinq.Indexing.SearchAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public abstract class IndexQuery<T> : IIndexedSource<T>, IOrderedSequence<T>, IEnumerable<T>, IEnumerable |
Visual Basic |
---|
Public MustInherit Class IndexQuery(Of T) _ Implements IIndexedSource(Of T), IOrderedSequence(Of T), _ IEnumerable(Of T), IEnumerable |
Type Parameters
- T
- The type of the elements of the indexed collection.
Inheritance Hierarchy
System..::..Object
C1.LiveLinq.Indexing.Search..::..IndexQuery<(Of <(<'T>)>)>
C1.LiveLinq.Indexing.Search..::..IndexedGroup<(Of <(<'T>)>)>
C1.LiveLinq.Indexing.Search..::..IndexQuery<(Of <(<'T, TKey>)>)>
C1.LiveLinq.Indexing.Search..::..IndexQuery<(Of <(<'T>)>)>
C1.LiveLinq.Indexing.Search..::..IndexedGroup<(Of <(<'T>)>)>
C1.LiveLinq.Indexing.Search..::..IndexQuery<(Of <(<'T, TKey>)>)>